Git - force use specific SSH key

Moki Lv6
1
git config --local core.sshCommand 'ssh -i /home/user-name/.ssh/id_ed25519'
On this page
Git - force use specific SSH key